var testing.mutexProfileFraction

5 uses

	testing (current package)
		testing.go#L473: 	mutexProfileFraction = flag.Int("test.mutexprofilefraction", 1, "if >= 0, calls runtime.SetMutexProfileFraction()")
		testing.go#L505: 	mutexProfileFraction *int
		testing.go#L2526: 	if *mutexProfile != "" && *mutexProfileFraction >= 0 {
		testing.go#L2527: 		runtime.SetMutexProfileFraction(*mutexProfileFraction)
		testing.go#L2618: 	if *mutexProfile != "" && *mutexProfileFraction >= 0 {